-
Notifications
You must be signed in to change notification settings - Fork 1
release: 0.11.0 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 0.11.0 #39
Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires: Sat, 04 Oct 2025 15:10:10 GMT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performed full review of 75671fb...0f10196
8 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
0f10196 to
1e1604b
Compare
1e1604b to
d9df145
Compare
d9df145 to
fcf4e19
Compare
fcf4e19 to
86c89d4
Compare
|
🤖 Release is at https://github.com/onkernel/kernel-python-sdk/releases/tag/v0.11.0 🌻 |
Automated Release PR
0.11.0 (2025-09-04)
Full Changelog: v0.10.0...v0.11.0
Features
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
TL;DR
This release introduces version
0.11.0, which adds support for browser profiles, improves forward compatibility with Pydantic v3, and makes type hints more flexible.Why we made these changes
To prepare for the upcoming Pydantic v3 release, we've inverted our compatibility logic to treat v2/v3 as the default path. This release also improves the SDK's ergonomics by accepting any sequence type (like tuples) instead of just lists for certain parameters, which is more idiomatic and prevents common errors.
What changed?
_models.py,_compat.py) to handle v1 as the special case, paving the way for v3 support.SequenceNotStrtype to allow any sequence of strings (e.g.,list,tuple) but not a plainstrfor parameters likeargsinProcessSpawnParams._utils._datetime_parsemodule with comprehensive tests._utils._compatmodule.0.11.0inpyproject.tomland updated theCHANGELOG.md.Description generated by Mesa. Update settings